home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Shareware / Utilitare / picozip / PicoZipSetup.exe / {app} / PicoZip.exe / 0 / RCDATA / TFMVIEWOUTPUT / TFMVIEWOUTPUT.txt
Text File  |  2004-09-09  |  1KB  |  61 lines

  1. object fmViewOutput: TfmViewOutput
  2.   Left = 318
  3.   Top = 311
  4.   Width = 519
  5.   Height = 243
  6.   ActiveControl = buClose
  7.   BorderIcons = [biSystemMenu]
  8.   Caption = 'View Last Output'
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   DesignSize = (
  18.     511
  19.     214)
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object meOutput: TMemo
  23.     Left = 8
  24.     Top = 8
  25.     Width = 382
  26.     Height = 200
  27.     Anchors = [akLeft, akTop, akRight, akBottom]
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clWindowText
  30.     Font.Height = -11
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = []
  33.     ParentFont = False
  34.     ReadOnly = True
  35.     ScrollBars = ssBoth
  36.     TabOrder = 0
  37.     WordWrap = False
  38.   end
  39.   object buClose: TButton
  40.     Left = 399
  41.     Top = 8
  42.     Width = 106
  43.     Height = 25
  44.     Anchors = [akTop, akRight]
  45.     Caption = '&Close'
  46.     Default = True
  47.     ModalResult = 1
  48.     TabOrder = 1
  49.   end
  50.   object buCopy: TButton
  51.     Left = 399
  52.     Top = 40
  53.     Width = 106
  54.     Height = 25
  55.     Anchors = [akTop, akRight]
  56.     Caption = '&Copy to Clipboard'
  57.     TabOrder = 2
  58.     OnClick = buCopyClick
  59.   end
  60. end
  61.